home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 5 / appbk.zip / APPBK.DOC < prev   
Text File  |  1987-07-31  |  6KB  |  141 lines

  1.           APPBK                               Michael J. Mefford
  2.           Command                                    1987/No. 12
  3.  
  4.           ______________________________________________________
  5.  
  6.           Purpose:  Reminds you of appointments at the times you
  7.                     specify; provides additional optional hourly
  8.                     chime and continuous on-screen date/time
  9.                     display.
  10.  
  11.           Format:   [d:][path]APPBK
  12.  
  13.                          or
  14.  
  15.                     [d:][path]APPBK [f,][b,][s,][h,][a]
  16.  
  17.  
  18.           Remarks:  APPBK is a memory-resident utility that is
  19.                     normally loaded through your AUTOEXEC.BAT
  20.                     file.  It must be loaded after any system
  21.                     time/date setting routines, and before
  22.                     loading SideKick (if used).
  23.  
  24.                     Pressing Alt-R opens the on-screen APPBK
  25.                     window, in which you enter your appointments.
  26.                     Enter times as 2:00, not 02:00, and include
  27.                     the A or P before the M in the window.  You
  28.                     can edit your appointment list using the F-1
  29.                     and F-3 keys, by overstriking letters, and
  30.                     with the deleting backspace key.  F-2 toggles
  31.                     an hourly chime on and off; F-4 similarly
  32.                     toggles a continuous on-screen display of the
  33.                     time and date.
  34.  
  35.                     An alarm will sound at the appointment times
  36.                     specified.  Additionally, should you be away
  37.                     from your desk and not hear the reminder,
  38.                     your first keystroke following the alarm will
  39.                     pop up the reminder window.  To close the
  40.                     window, press Esc or the Alt-R (default)
  41.                     REMINDER trigger key.
  42.  
  43.                     At the time it is loaded, REMINDER may be
  44.                     given alternative parameters for its color
  45.                     (f), border color (b), trigger-key scan code
  46.                     (s), hourly chime frequency (h), and alarm
  47.                     frequency (a).  The default values are
  48.                     7,112,19,2217,2960. Tables of acceptable
  49.                     alternative parameter values are contained on
  50.                     the following pages. In entering parameters,
  51.                     separate each with a comma.  Commas alone may
  52.                     be used for initial parameters you do not
  53.                     wish to change.
  54.  
  55.           Example:  APPBK ,,,1760
  56.  
  57.                     would change only the frequency (tone) of the
  58.                     hourly chime (the h parameter).
  59.  
  60.                            Parameter Tables
  61.  
  62.                    COLOR CODES (f and b parameters)
  63.  
  64.                        Color Adapter
  65.                        -------------
  66.           fore-   back-            fore-
  67.           ground  ground  color    ground  color
  68.             0       0     Black      8     Gray
  69.             1      16     Blue       9     Light Blue
  70.             2      32     Green     10     Light Green
  71.             3      48     Cyan      11     Light Cyan
  72.             4      64     Red       12     Light Red
  73.             5      80     Magenta   13     Light Magenta
  74.             6      96     Brown     14     Yellow
  75.             7     112     White     15     Bright White
  76.  
  77.  
  78.               Monochrome Adapter
  79.               ------------------
  80.  
  81.           fore-   back-
  82.           ground  ground  color
  83.             0       0     Black
  84.             7     112     White
  85.            15      NA     Bright White
  86.  
  87.  
  88.           Add foreground color to the background color to arrive
  89.           at parameter number.  For example, blue letters on cyan
  90.           (light blue) would be 48 + 1 = 49.
  91.  
  92.           Defaults are 7 (white on black) for the reminder field
  93.           (foreground) and 112 (black on white) for the frame
  94.           (border).
  95.  
  96.  
  97.              SCAN CODES FOR ALT-KEY COMBINATIONS (s parameter)
  98.  
  99.           Code   Key     Code   Key     Code   Key     Code   Key
  100.             16   Q         30   A         44   Z        120   1
  101.             17   W         31   S         45   X        121   2
  102.             18   E         32   D         46   C        122   3
  103.             19   R         33   F         47   V        123   4
  104.             20   T         34   G         48   B        124   5
  105.             21   Y         35   H         49   N        125   6
  106.             22   U         36   J         50   M        126   7
  107.             23   I         37   K                       127   8
  108.             24   O         38   L                       128   9
  109.             25   P                                      129   0
  110.                                                         130   -
  111.           Default is 19 (Alt R)                         131   =
  112.  
  113.  
  114.  
  115.                      TONE/FREQUENCY (h and a parameters)
  116.  
  117.           A    55   110  220  440   880  1760  3520   1740  14080
  118.           A#   58   117  233  466   932  1857  3714   7428  14856
  119.           B    62   123  247  494   988  1976  3952   7904  15808
  120.           C    65   131  262  523  1046  2093  4186   8372  16744
  121.           C#   69   139  277  554  1109  2217  4434   8868  17736
  122.           D    74   149  294  587  1175  2349  4698   9396  18792
  123.           D#   78   156  311  622  1245  2489  4978   9956  19912
  124.           E    82   165  330  659  1319  2637  5274  10548  21096
  125.           F    87   175  349  698  1397  2794  5588  11176  22352
  126.           F#   93   185  370  740  1480  2960  5920  11840  23680
  127.           G    98   196  392  784  1568  3136  6272  12544  25088
  128.           G#   104  208  415  831  1661  3322  6644  13288  26576
  129.  
  130.           Middle C is 262.  The defaults are 2217 (C#) for the
  131.           hourly chime and 2960 (F#) for the alarm chime.
  132.  
  133.  
  134.                     Note:
  135.  
  136.                     1.   While APPBK is compatible with most
  137.                          applications programs and resident
  138.                          utilities, complete compatibility cannot
  139.                          be assured.  It cannot, for example, be
  140.                          used with XyWrite.
  141.